#mapaBerelevant{
	position: relative;
	overflow: hidden;
}

#mapaObra{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all .3s linear;
	width: 100%;
	z-index: -3;
}

#mapaObra.active{
	opacity: 1;
	z-index: 3;
}

.showObraMap{
	text-align: center;
	width: 100%;
}
.showObraMap button{
	background: #43cfde;
	border: none;
	border-radius: 25px;
	color: #FFF;
	display: inline-block;
	margin: auto;
	outline: none;
	padding: 8px 20px;
}

.beRelevantWhatsapp{
	position: fixed;
    z-index: 10;
    bottom: 1px;
    right: 200px;
    width: 35px;
    height: 35px;
    transition: all .3s linear;
}
.beRelevantWhatsapp.first{
	right: 255px !important;
}
.beRelevantWhatsapp.zopimactive{
    right: 305px;
}

@media (max-width: 768px){
	.beRelevantWhatsapp{
	    bottom: 20px;
	    right: 150px !important;
	}
}